-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Fixes flaky tests in service-library test_deferred_tasks.py #6439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Fixes flaky tests in service-library test_deferred_tasks.py #6439
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6439 +/- ##
=========================================
+ Coverage 84.5% 85.5% +0.9%
=========================================
Files 10 1190 +1180
Lines 214 52218 +52004
Branches 25 935 +910
=========================================
+ Hits 181 44654 +44473
- Misses 23 7405 +7382
- Partials 10 159 +149
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
|
…undation#6439) Co-authored-by: Andrei Neagu <[email protected]>



What do these changes do?
Tests inside
packages/service-library/tests/deferred_tasks/test_deferred_tasks.pywould be flaky due to a missing process. This is not taken into account.Related issue/s
How to test
Dev-ops checklist